google.golang.org/grpc/internal/transport.http2Client.bdpEst (field)

7 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L107: 	bdpEst *bdpEstimator
		http2_client.go#L363: 		t.bdpEst = &bdpEstimator{
		http2_client.go#L447: 		t.loopy = newLoopyWriter(clientSide, t.framer, t.controlBuf, t.bdpEst)
		http2_client.go#L1110: 	if t.bdpEst != nil {
		http2_client.go#L1111: 		sendBDPPing = t.bdpEst.add(size)
		http2_client.go#L1251: 		if t.bdpEst != nil {
		http2_client.go#L1252: 			t.bdpEst.calculate(f.Data)